home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-04-20 | 1.1 KB | 38 lines |
- [Header]
- Name=BPW.WMS
- Alias=Borland Pascal
- Author=BrainWare / R.Schallberger
- Date_Written=20.4.94
- Changed_By=
- Changed_At=
- Change_Reason=
- Version=1
-
- [StartBP]
- cd '%BPWUser%'
- highrun '%BPWApp%\bpw.exe'
-
- [StartWS]
- cd '%BPWUser%'
- highrun '%BPWApp%\workshop.exe'
-
- [Common]
- menu '%MT_Dev%' '%M_BPW%' '%BPWApp%\bpw.exe' '%WinMan%\wmscr.exe %WinMan%\bpw.wms startbp' '%MG_Dev%'
- menu '%MT_Dev%' '%M_Workshop%' '%BPWApp%\workshop.exe' '%WinMan%\wmscr.exe %WinMan%\bpw.wms startws' '%MG_Dev%'
-
- [Install]
- menu '%MT_Dev%' '%M_BPW%' '%BPWApp%\bpw.exe' '%WinMan%\wmscr.exe %WinMan%\bpw.wms startbp' '%MG_Dev%'
- menu '%MT_Dev%' '%M_Workshop%' '%BPWApp%\workshop.exe' '%WinMan%\wmscr.exe %WinMan%\bpw.wms startws' '%MG_Dev%'
- md '%BPWUser%'
- iniwrite 'EXTENSIONS' 'pas' '%BPWApp%\bpw.exe ^.pas'
- iniwrite 'EXTENSIONS' 'res' '%BPWApp%\workshop.exe ^.res'
-
- [UnInstall]
- MessageBox '%M_BPW%' '%SWNotAvail%' /OK /INFO /O=OK
- :OK
- menu '%MT_Dev%' '%M_BPW%' /Delete
- menu '%MT_Dev%' '%M_Workshop%' /Delete
-
- iniwrite 'EXTENSIONS' 'pas' {nil}
- iniwrite 'EXTENSIONS' 'res' {nil}
-